Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps minijinja from 2.8.0 to 2.9.0.

Release notes

Sourced from minijinja's releases.

2.9.0

Release Notes

  • Do not panic if too large templates (too many lines or too many columns) are loaded. The error reporting will be wrong in those cases but the templates will load. #742
  • Fixed a bug that caused unknown method callbacks to not get proper error reporting if they cannot find a method. #743
  • Added merge_maps which is a dynamic version of the context! merge feature, and fixed enumeration behavior when non-map objects are attempted to be merged. #745
  • Added mj_value_new_bytes to the C-ABI. #749
  • Added mj_value_as_bytes to the C-ABI to borrow from strings or byte values. #750
  • Fixed buggy mj_err_get_detail and mj_err_get_template_name. These did not work correctly. To fix them the return value now needs to be freed. #754
  • Fix a compilation issue on 32bit systems when AtomicU64 is not available in minijinja-contrib. #755
  • Correctly handle with context and without context for imports. #759
  • The default filter is now also registered as d for Jinja2 compatibility. #763
  • The default filter now accepts a second argument to enable lax defaulting. #764
  • Added a striptags filter to the contrib module. #765
  • Enable pycompat by default for the Python bindings and register the default contrib filters and tests. #767

Install minijinja-cli 2.9.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/minijinja/releases/download/2.9.0/minijinja-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/mitsuhiko/minijinja/releases/download/2.9.0/minijinja-cli-installer.ps1 | iex"

Download minijinja-cli 2.9.0

File Platform Checksum
minijinja-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
minijinja-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
minijinja-cli-i686-pc-windows-msvc.zip x86 Windows checksum

... (truncated)

Changelog

Sourced from minijinja's changelog.

2.9.0

  • Do not panic if too large templates (too many lines or too many columns) are loaded. The error reporting will be wrong in those cases but the templates will load. #742
  • Fixed a bug that caused unknown method callbacks to not get proper error reporting if they cannot find a method. #743
  • Added merge_maps which is a dynamic version of the context! merge feature, and fixed enumeration behavior when non-map objects are attempted to be merged. #745
  • Added mj_value_new_bytes to the C-ABI. #749
  • Added mj_value_as_bytes to the C-ABI to borrow from strings or byte values. #750
  • Fixed buggy mj_err_get_detail and mj_err_get_template_name. These did not work correctly. To fix them the return value now needs to be freed. #754
  • Fix a compilation issue on 32bit systems when AtomicU64 is not available in minijinja-contrib. #755
  • Correctly handle with context and without context for imports. #759
  • The default filter is now also registered as d for Jinja2 compatibility. #763
  • The default filter now accepts a second argument to enable lax defaulting. #764
  • Added a striptags filter to the contrib module. #765
  • Enable pycompat by default for the Python bindings and register the default contrib filters and tests. #767
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/mitsuhiko/minijinja/releases)
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/minijinja@2.8.0...2.9.0)

---
updated-dependencies:
- dependency-name: minijinja
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added A-Dependencies Pull requests that update a dependency file Z-Deps-Backend Updates to the backend dependencies labels Apr 1, 2025
Copy link

cloudflare-workers-and-pages bot commented Apr 1, 2025

Deploying matrix-authentication-service-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: d00d43b
Status: ✅  Deploy successful!
Preview URL: https://55254465.matrix-authentication-service-docs.pages.dev
Branch Preview URL: https://dependabot-cargo-minijinja-2-h8vs.matrix-authentication-service-docs.pages.dev

View logs

@sandhose sandhose merged commit dd235ec into main Apr 1, 2025
30 checks passed
@sandhose sandhose deleted the dependabot/cargo/minijinja-2.9.0 branch April 1, 2025 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Dependencies Pull requests that update a dependency file Z-Deps-Backend Updates to the backend dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant